home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / amok_lha / amok83.lha / TKEd / doc / Changes next >
Text File  |  1993-08-15  |  11KB  |  363 lines

  1.  
  2. ---------------------------
  3. Changes to V1.09 and V1.10:
  4. ---------------------------
  5.  
  6.  1. TKEd can know use all available OS2.04 Screenmodes.
  7.  
  8.  2. Marking with mouse modified and some functions added:
  9.     Clicking a char 2-times:  Mark word
  10.     Clicking a char 3-times:  Mark line
  11.     Clicking a char 4-times:  If the cursor is on a bracket mark the 
  12.                               text from the bracket to the corresponding 
  13.                               one
  14.  
  15.  3. New menu and ARexx-Command: MarkAll
  16.  
  17.  4. Parameters for AREXX-Functions (like On, Off, FileRequest...) are no
  18.     more case-sensitive.
  19.  
  20.  5. Two new fonts (8x12 and 12x12) added for superhires and 
  21.     superhires/interlaced screenmode (very nice working with
  22.     110 columns :-)
  23.  
  24.  6. Length of a line can be modified.
  25.  
  26.  7. Automatic wordwrap when line too long (see 6.)
  27.  
  28.  8. New AREXX-command 'Language'
  29.  
  30.  9. New AREXX-command 'IsChar'
  31.  
  32. 10. Some internal modifications
  33.  
  34. 11. TKEd has now a help-mode in which help-texts are displayed for each 
  35.     menu you choose
  36.  
  37. 12. TKEd opens now an application-window on the Workbench-screen.
  38.  
  39. 13. The last visible line before a folding is noe displayed in a different
  40.     colour.
  41.  
  42. 14. If you are in an empty buffer and you open the filerequester, TKEd will
  43.     take the path of the last buffer (path of 8 if you are in buffer 9, path
  44.     of 0 if you are in buffer 1...) 
  45.  
  46. 15. Using the errortools, TKEd can display the errormessages of the
  47.     following Compilers:
  48.  
  49.     Oberon    : Oberon V2.0 - V2.14   (A+L Ag)
  50.     Assembler : A68K V2.61            (PD)
  51.     C         : Aztec C 5.2
  52.                 Lattice C V5.1b
  53.                 Dice C
  54.  
  55. 16. Cursormovement modified.
  56.  
  57. 17. Cursormovement with the numeric keypad removed (macros will do
  58.     that better)
  59.  
  60. 18. Optional parameters can be added via []{}() to the AREXX-Menus.
  61.  
  62. 19. When started from CLI/Shell with a path ended with ':' or '/'
  63.     this path will be used (if possible) as the current path.
  64.  
  65. 20. You can now modify the time after which TKEd remembers to save a
  66.     modified text.
  67.  
  68. -----------------
  69. Changes to V1.08:
  70. -----------------
  71.  
  72.  1. Wrong position of scroll-gadget fixed.
  73.  
  74.  2. Caps-Lock handling modified (makes cursor-movement easier)
  75.  
  76.  3. Small bug remove from error-display-routines (Occured when
  77.     file was modified (add or delete a line) and 'Next Error'
  78.     goes to the wromg line).
  79.  
  80.  4. Dead-keys-support added (éàÊ ....)
  81.  
  82.  5. 'Replace-All' menu moved to the requester of 'Replace'
  83.  
  84.  6. Some internal modifications
  85.  
  86.  7. Internal error in 'Del' function fixed.
  87.  
  88.  8. 'Remove ANSI-codes'-function added
  89.  
  90.  9. Bug fixed when called with two or more not-existing filenames.
  91.  
  92. 10. Displayproblems of 'Search/Replace' and 'Swap Chars' with fonts > 8
  93.     removed.
  94.  
  95. 11. TKEd now shows the current filename when iconified.
  96.  
  97. 12. The name of the texts in the User-menus (entered via parameter {})
  98.     can now be modified, e.g. 'Hello.c' can be changed to 'Hello'. Very
  99.     usefull for programmers who want to start a programm after compiling
  100.     the source without entering the new filename.
  101.  
  102. 13. New function to set the current path of TKEd.
  103.  
  104. 14. The requester 'More than 15 minutes since last saving' cannot be
  105.     closed via shortcuts. (Has sometimes happened when writing without
  106.     looking at the screen).
  107.  
  108. 15. The names of the loaded texts are displayed in the buffer-menu.
  109.  
  110.  
  111. -----------------
  112. Changes to V1.07:
  113. -----------------
  114.  
  115.  1. Small error with 'Delete line' function removed
  116.  
  117.  2. AREXX-function 'GetString' modified
  118.  
  119.  3. New ARexx-Function 'MakeTitle'
  120.  
  121.  4. New function 'Search current character'
  122.  
  123.  5. Some menus re-designed
  124.  
  125.  6. Position of the screen and the iconify-window can be changed with 
  126.     the mouse (Much easier than testing numerical values !).
  127.  
  128.  7. New AREXX-function 'WBtoFront'
  129.  
  130.  8. Small bug in AREXX-functions 'Quit', 'SaveAndQuit' and 'SaveAllAndQuit'
  131.     removed (they worked correctly but 'forgot' to quit TKEd)
  132.  
  133.  9. Some internal modifications
  134.  
  135.  
  136. -----------------------
  137. Changes to V1.05/V1.06:
  138. -----------------------
  139.  
  140.  1. TKEd now sets the protection-bits ('sparwed') correctly when
  141.     saving a text.
  142.  
  143.  2. You can now set the script-flag when saving a text.
  144.  
  145.  3. When started, TKEd checks if the stacksize is >= 10000 and
  146.     stops if not.
  147.  
  148. -----------------
  149. Changes to V1.04:
  150. -----------------
  151.  
  152.  1. Small error with the 'Matching Bracket' function removed.
  153.  
  154.  2. If you start TKEd from CLI/Shell with a not existing filename,
  155.     TKEd uses this name as default name for the new text.
  156.  
  157.  3. Some internal optimisations.
  158.  
  159. -----------------
  160. Changes to V1.02:
  161. -----------------
  162.  
  163.  1. TKEd has now an 'Undo' function.
  164.  
  165.  2. TKEd can fold texts or parts of it. (very nice when programming)
  166.  
  167.  3. You can make TKEd  invisible ('Sleeping') and restart it
  168.     via a hotkey.
  169.  
  170.  4. Now 102 different AREXX-Commands.
  171.     New: 'Sleep'
  172.          'Fold'
  173.          'UnFold'
  174.          'FoldNext'
  175.          'UnFoldNext'
  176.          'FoldMarked'
  177.          'SetFoldOn'
  178.          'SetFoldOff'
  179.  
  180.  
  181.  5. You can mark all modified lines.
  182.  
  183.  6. English and german configuration possible.
  184.  
  185.  7. Some internal functions optimized (TKEd is faster and shorter than
  186.     older versions)
  187.  
  188.  8. Tabssize > 8 possible.
  189.  
  190.  9. Some small changes I can't remember.
  191.  
  192.  
  193.  
  194. Remark: You allways should install TKEd using the program 'Install_TKEd',
  195.         because the name and/or the number of files which belong to
  196.         TKEd may change.
  197.         If you don't want to lose a saved configuration or your defined
  198.         macros, you have to save them first to a different place.
  199.         After copying them to the (new) directory 'TKEd:', you can use 
  200.         it after converting the configurationfile ('TKEd.cfg') with
  201.         the tool 'Convert'.
  202.  
  203. -----------------
  204. Changes to V1.01:
  205. -----------------
  206.  
  207.  1. TKEd uses now the 'reqtools.library' instead of the 'req.library'.
  208.     (sorry, Bruce and Colin!)
  209.     'reqtools.library' looks much more better under OS 2.04
  210.  
  211.  2. Macros now use also the qualifiers 'Shift' or 'Alt'.
  212.     So you can specify up to 3 different macros for each key.
  213.     (key, key+shift, key+alt)
  214.  
  215.  3. Some OS2.04 features:
  216.     -Gadgets of the screen OS2.04-like
  217.     -Supports autoscroll with overscan screens
  218.     -Supports an appWindow when iconified
  219.  
  220.  4. Case sensitive search and use of wildcards possible
  221.  
  222.  5. Different filenames as parameters possible.
  223.     When you start TKEd, it will load each file.
  224.  
  225.  
  226.  
  227. ------------------
  228. Changes to V1.00a:
  229. ------------------
  230.  
  231.  1. Now 94 different AREXX-commands.
  232.  
  233.  2. Blockoperations are changed to the guidelines of the 'Amiga User
  234.     Interface Style Guide'.
  235.  
  236.  3. Handles vertical blocks and vertical pasting.
  237.  
  238.  4. You can mark every line you want (e.g. line 2, 3, 16, 29...) and 
  239.     in  each line a different part of it 
  240.     (e.g. line 2  : character 1 to 7,
  241.           line 5  : character 17 to 97
  242.           line 100: charcater 102 to 104...)
  243.     and 'Cut', 'Copy' it to one location.
  244.  
  245.  5. AREXX-commands of the blockoperations changed to the guidelines
  246.     of the 'Amiga User Interface Style Guide'.
  247.  
  248.  6. Supports scrolling with mouse.
  249.  
  250.  7. During the start of TKEd, it checks its own length and makes a 
  251.     warning if it is too large. (Could be a linking virus).
  252.  
  253.  8. Supports different screen sizes. If you use OS 2.04, you can also enter
  254.     the coordinates of the upper left edge of the sceen.
  255.  
  256.  9. Supports interlace mode.
  257.  
  258. 10. Supports different font sizes.
  259.  
  260. 11. No more 'unprinted' characters when writing very fast.
  261.  
  262. 12. Some new AREXX-commands :
  263.                                1. GotoByte
  264.                                2. Request1
  265.                                3. Request2
  266.                                4. Beep
  267.                                5. DisplayBeep
  268.                                6. Delay
  269.                                7. GetPathName
  270.                                8. GetFullPathName
  271.                                9. CloneLine
  272.  
  273. 13. TKEd's AREXX-port is now synchronous (default). It can be made 
  274.     asynchronous by a keyword in the commandtext of the ARexx-menu.
  275.  
  276. 14. When you start TKEd, it looks for currently running TKEd's in memory
  277.     and asks to continue or to stop the start, if a running TKEd was
  278.     found.
  279.  
  280. 15. 'Safe saves' possible: Renames an existing file before saveing
  281.     a newer file with the same name.
  282.     Deletes the original file after 'safe saving'.
  283.  
  284. 16. Shows a warning if a filename already exists when using 'Save As'.
  285.  
  286. 17. The AREXX-function 'GetFileName' is splitted into the commands
  287.     'GetFileName', 'GetPathName' and 'GetFullPathName'.
  288.  
  289. 18. Iconify-function.
  290.  
  291. 19. Some small bugs removed.
  292.  
  293. 20. Lots of features I don't remember.
  294.  
  295.  
  296.  
  297. -----------------
  298. Changes to V0.91:
  299. -----------------
  300.  
  301. 1.  TKEd has now a very comfortable asynchronous AREXX-interface with 
  302.     86 different functions.
  303.     
  304. 2.  Completely rewritten memory management. Less amount of memory and
  305.     faster than TKEd V0.91.
  306.  
  307. 3.  Search and Replace of a text 5 times faster than TKEd V0.91.
  308.     If both (search and replace) strings  have the same length, TKEd V1.00 
  309.     makes this up to 40 times faster than TKEd V0.91 (show me an editor 
  310.     which replaces all occurences of the letter 'e' with another one 
  311.     faster than TKEd !!!!)
  312.  
  313. 4.  Blocks can now be moved to the left and to the right.
  314.  
  315. 5.  Some new menus:  'SaveAll&Quit'
  316.                      'Screen'
  317.                      'Fonts'
  318.                      'AutoBackup'
  319.                      'VersionBackup'
  320.                      'TimeBackup'
  321.                      'Set Extension'
  322.                      'Count Occurences'
  323.                      'Matching Bracket'
  324.                      'Block->'
  325.                      'Block<-'
  326.                      'Next Word'
  327.                      'Previous Word'
  328.                      'Delete Word'
  329.                      'SwapCase'
  330.                      'Goto Buffer (0..9)'
  331.                      'ARexx'
  332.                      'Load Macros'
  333.                      'Save Macros'
  334.                          
  335. 6.  Most of the requesters are build up more logically.
  336.  
  337. 7.  More parameters possible in the User-Menus. 
  338.  
  339. 8.  Paths as parameters in User-Menus can now be entered comfortably
  340.     via filerequesters.
  341.  
  342. 9.  Length of a line up to 255 characters.
  343.  
  344. 10. TKEd now makes a backup of your text (with the ending
  345.     '.bak') while saving a text.
  346.     
  347. 11. TKEd can also make different versions of backups of a text.
  348.  
  349. 12. TKEd manages now up to 10 different textes. Also possibility to
  350.     copy blocks between the different textbuffers.
  351.  
  352. 13. You can load and save the macros.
  353.  
  354. 14. Each time you start TKEd, it checks his length and shows you
  355.     a warning if it's longer then normaly.
  356.     If the warning appears, TKEd is probably 'infected' by a
  357.     linkvirus.
  358.     Use anti-virus-software to check this.
  359.  
  360. 15. Some small bugs removed.
  361.  
  362.  
  363.